home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / frame_115 / PlaceObject2_71_102 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2011-08-19  |  236b  |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.hotSpot6.hitTest(_root.ATVclip))
  3.    {
  4.       if(_root.lapCheatflag_A == 0 && _root.lapCheatflag_B == 1 && _root.lapCheatflag_C == 0)
  5.       {
  6.          _root.lapCheatflag_C = 1;
  7.       }
  8.    }
  9. }
  10.